home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Mail / EnhanceMail.1.3 / Source / Makefile < prev    next >
Encoding:
Makefile  |  1996-04-10  |  1.3 KB  |  54 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = EnhanceMail
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. LOCAL_RESOURCES = EnhancePreferences.nib delete.tiff indexTag.tiff\
  16.                   EnhanceHelp Localizable.strings
  17.  
  18. CLASSES = EnhanceMail.m Alias.m MailBox.m MailReader.m Send.m\
  19.           SimpleString.m XFace.m Preferences.m Info.m HelpPanel.m\
  20.           TocMatrix.m Toc.m XImageURL.m MailIndex.m
  21.  
  22. HFILES = EnhanceMail.h Alias.h MailBox.h MailReader.h Send.h\
  23.          MailApp.h NXUndocumented.h SimpleString.h XFace.h regexp.h\
  24.          regmagic.h Preferences.h Info.h HelpPanel.h TocMatrix.h\
  25.          Toc.h XImageURL.h MailIndex.h
  26.  
  27. CFILES = regexp.c regsub.c
  28.  
  29. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
  30.  
  31.  
  32. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  33. MAKEFILE = bundle.make
  34. INSTALLDIR = $(HOME)/Library/Mail
  35. INSTALLFLAGS = -c -s -m 755
  36. SOURCEMODE = 444
  37.  
  38. BUNDLE_EXTENSION = bundle
  39. LIBS = -lIndexing_s
  40. PROF_LIBS = -lIndexing_s
  41.  
  42.  
  43. PB_CFLAGS = -pipe -O2
  44. PB_LDFLAGS = -pipe -x -O2
  45.  
  46.  
  47. -include Makefile.preamble
  48.  
  49. include $(MAKEFILEDIR)/$(MAKEFILE)
  50.  
  51. -include Makefile.postamble
  52.  
  53. -include Makefile.dependencies
  54.